home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 109
/
Vol 109.iso
/
games
/
stepp000.swf
/
scripts
/
DefineSprite_1135
/
frame_17
/
DoAction.as
Wrap
Text File
|
2008-11-12
|
381b
|
14 lines
tellTarget("_root")
{
gotoAndStop("Tab3");
}
if(eval("/Variables:MoulinActif") == "Moulin1" or eval("/Variables:MoulinActif") == "Moulin4")
{
setProperty("_root.Animatiques", _xscale, getProperty("_root.Animatiques", _xscale) - 2 * getProperty("_root.Animatiques", _xscale));
}
setProperty("_root.Meg", _visible, 1);
tellTarget("_parent")
{
gotoAndStop(1);
}